Extract icons from exe or dll files - IcoFX
Extract icons from exe or dll files Start IcoFX. Open the exe or dll file using the File/Extract... menu item. The Extract dialog will appear showing all the icons that the file contains. ... Select the icon(s) that you would like to extra
c#
You can use the BitmapImage.StreamSource it will allow you to create an Image from a System.IO.Stream. See if this works for you.
Extract Image Information - Windows C DLL
This tutorial covers how to obtain information from image files using the LEADTOOLS SDK in a Windows CDLL application. Create the Project and Add... · Add the Get Image Information...
Thread
Otherwise, getting images from an external DLL, EXE, OCX requires some code & many examples exist on the net. Here is one from theVBZone ...